home *** CD-ROM | disk | FTP | other *** search
- *************************************************************************
- * *
- * CheckMsg v1.0 by Per-Olof Yliniemi *
- * Copyright © 1993 - All Rights Reserved *
- * *
- *************************************************************************
- * *
- * DISCLAIMER: No responsibility can be taken on the part of the author *
- * for any consequences that may occur as a result of using this *
- * program. Every part of the program has been thoroughly tested to *
- * to its specified limits and any known specific limitations of the *
- * the program are stated within this documentation. *
- * *
- *************************************************************************
- * *
- * COPYRIGHT: This program is PUBLIC DOMAIN. No kind of contributions *
- * are required from anyone who uses this program, but if you want *
- * the assembly language source code for this program, send me one *
- * disk with PD, Shareware, Freeware and other freely distributable *
- * programs plus return postage. *
- * *
- * This program may not be sold for any profit (a nominal fee for *
- * copying is accepted). The program may be freely distributed as long *
- * as all files are distributed and unmodified. *
- * *
- * This program may not be used as a part of any commercial packages *
- * without my permission. The source code for this program may not be *
- * reproduced by disassembling or reversing the development process in *
- * any way. *
- * *
- *************************************************************************
-
- About this program:
- ---------------------
- This program is useful for users of ParNET / SerNET. It opens a little
- window on the workbench screen to display a message. The message is
- stored in t:net.msg.
-
- Installation/Requirements:
- ----------------------------
- The program can only be started from CLI. Use the run command to free
- the CLI prompt when running this program. To quit press Ctrl-C in the
- CLI window it was started from (if not started with run) or find the
- process number for CheckMsg and use the BREAK cli command to stop it.
-
- Examples:
- -----------
- I have connected three computers via ParNET and SerNET:
-
-
- SerNET ParNET
- |------------------| |--------------------|
- | | | |
- |------------| |------------------| |------------|
- | A500, 5Mb, | | A500, 1Mb, CDROM | | A500, 18Mb |
- | 260Mb HD | | Mount NE1: | | 260Mb HD |
- | Mount NE1: | | Mount NET: | | Mount NET: |
- |------------| |------------------| |------------|
- 1 2 3
-
- To send a message from computer 1 to 3:
-
- echo >NE1:NET/RAM/T/net.msg "Message..."
-
- To send a message from computer 3 to 1:
-
- echo >NET:NE1/RAM/T/net.msg "Message..."
-
- To send a message from computer 2 to 3:
-
- echo >NET:RAM/T/net.msg "Message..."
-
- ---------------------------------------------------------------------------
-
- All kinds of freely distributable programs (new software...) are accepted
- as a contribution for this program. If you are a programmer, send me some
- of your own code.
-
- Contributions and bug reports for this program should be sent to:
-
-
- Per-Olof Yliniemi
- Muoniovaara
- S-980 64 Muodoslompolo
- SWEDEN
-
- ---------------------------------------------------------------------------